projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182124a
)
Remove unused domain_devtype_get.
author
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 16:00:22 +0000
(17:00 +0100)
committer
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 16:00:22 +0000
(17:00 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomain.py
b/tools/python/xen/xend/XendDomain.py
index 0ec777f6ab35302232dc8c06b03329914d7bb223..6820bb33f08afded9019b5f8b62dde54d70af77b 100644
(file)
--- a/
tools/python/xen/xend/XendDomain.py
+++ b/
tools/python/xen/xend/XendDomain.py
@@
-470,14
+470,6
@@
class XendDomain:
return self.callInfo(domid, XendDomainInfo.getDeviceSxprs, devtype)
- def domain_devtype_get(self, domid, devtype, devid):
- """Get a device from a domain.
-
- @return: device object (or None)
- """
- return self.callInfo(domid, XendDomainInfo.getDevice, devtype, devid)
-
-
def domain_vif_limit_set(self, id, vif, credit, period):
"""Limit the vif's transmission rate
"""